'Declaration
Public Overloads Sub AddRectangleAnnotInteractive( _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean, _ ByVal BackColor As Integer, _ ByVal BorderColor As Integer, _ ByVal BorderWidth As Single, _ ByVal Opacity As Single _ )
public void AddRectangleAnnotInteractive( bool Fill, bool Stroke, int BackColor, int BorderColor, float BorderWidth, float Opacity )
public procedure AddRectangleAnnotInteractive( Fill: Boolean; Stroke: Boolean; BackColor: Integer; BorderColor: Integer; BorderWidth: Single; Opacity: Single );
public function AddRectangleAnnotInteractive( Fill : boolean, Stroke : boolean, BackColor : int, BorderColor : int, BorderWidth : float, Opacity : float );
public: void AddRectangleAnnotInteractive( bool Fill, bool Stroke, int BackColor, int BorderColor, float BorderWidth, float Opacity )
public: void AddRectangleAnnotInteractive( bool Fill, bool Stroke, int BackColor, int BorderColor, float BorderWidth, float Opacity )
Parameters
- Fill
- Stroke
- BackColor
- BorderColor
- BorderWidth
- Opacity